home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Opts
- BorderStyle = 1 'Fixed Single
- Caption = " Options"
- ClientHeight = 660
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 2160
- Icon = "Opts.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 660
- ScaleWidth = 2160
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "Save Changes"
- Height = 240
- Left = 480
- TabIndex = 2
- Top = 420
- Width = 1215
- End
- Begin VB.CheckBox Check2
- Caption = "Run AllAdvantage on load"
- Height = 225
- Left = 0
- TabIndex = 1
- Top = 225
- Width = 2190
- End
- Begin VB.CheckBox Check1
- Caption = "Load on Win Startup"
- Height = 255
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 1770
- End
- Attribute VB_Name = "Opts"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- End Sub
-